/*头部*/
/*$$
{"color":[{"val":"#3d3d3d","title":"标题字体颜色/"},
{"val":"#525252","title":"大模块标题的默认颜色"},
{"val":"#a7a7a7","title":"大模块简介的默认颜色/小模块简介的默认颜色"},
{"val":"#8d8b8b","title":"模块标题的默认颜色"},
{"val":"#a3a3a3","title":"More的默认颜色"},
{"val":"#9f9f9f","title":"时间的默认颜色"},
{"val":"#4b89ff","title":"鼠标划过的标题颜色/鼠标划过的边框颜色"}],
"background":[{"val":"#b4b2b3","title":"标题的主颜色(左)"},
{"val":"#4b89ff","title":"标题的副颜色(右)"}],
"border":[{"val":"#cccccc","title":"边框颜色"}]}
$$*/
#news_150{
	width: 100%;
	padding: 70px 15px;
	box-sizing: border-box;
}
#news_150 .news_C{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#news_150 .adv_tit{
	position: relative;

}
#news_150 .adv_tit h2{
	font-size: 36px;
	color: #3d3d3d;
	text-align: center;
	line-height: 40px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
#news_150 .adv_tit i{
	display: block;
	width: 150px;
	height: 2px;
	background: #b4b2b3;
	position: relative;
	margin: 0 auto;
	z-index: 1;
	
}
#news_150 .adv_tit i::after{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #4b89ff;
	content: '';
	
}
#news_150 .adv_tit span{
	font-size: 106px;
	color: #ededed;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-weight: bold;
	text-transform: uppercase;
}




#news_150 .news_CB{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
#news_150 .news_CBL{
	width:46% ;
	height: 520px;
	box-shadow: 0 0 5px 1px rgba(200, 200, 200,0.2);
	border:rgba(100, 100, 100, 0.1) 1px solid ;
	box-sizing: border-box;
	transition: 0.3s linear;
}
#news_150 .news_CBL .linas{
	padding: 20px;
	width: 100%;
	height: 100%;
	display: block;
}
#news_150 .news_CBL  ._imgs{
	width: 100%;
	height: 330px;
	overflow: hidden;
}
#news_150 .news_CBL  ._img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: 0.3s ease-out;
}
#news_150 .news_CBL .info{
	padding: 20px 0 0 0;
}
#news_150 .news_CBL  .tit{
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #525252;
	margin-bottom: 10px;
}
#news_150 .news_CBL  .des{
	font-size: 15px;
	color: #a7a7a7;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 10px;
	
}
#news_150 .news_CBL .more{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#news_150 .news_CBL .time{
	font-size: 15px;
	color: #a7a7a7;
}
#news_150 .news_CBL .linka{
	font-size: 15px;
	color: #a3a3a3;
}

#news_150 .news_CBR{
	width: 54%;
}
#news_150  .news_CBR  .nul{
	padding: 0 40px;
	box-sizing: border-box;
	width: 100%;
}
#news_150  .news_CBR .nli{
	width: 100%;
	height: 173px;
	position: relative;
}
#news_150  .news_CBR .nli::after{
	width: 0%;
	height: 1px;
	background: #4b89ff;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.3s linear;
	opacity: 0;
}

#news_150  .news_CBR .nlia{
	display: block;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}
#news_150 .news_CBR .title{
	font-size: 18px;
	color: #8d8b8b;
	width: 100%;
	margin-bottom: 12px;
	line-height: 22px;
	max-height: 66px;
}
#news_150 .news_CBR .des{
	font-size: 15px;
	color: #a7a7a7;width: 100%;
	line-height: 24px;
	margin-bottom: 14px;
	max-height: 72px;
	overflow: hidden;
}
#news_150  .news_CBR .manage{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;width: 100%;
}
#news_150  .news_CBR .time{
	font-size: 15px;
	color: #9f9f9f;
}
#news_150  .news_CBR .more{
	font-size: 16px;
	color: #a3a3a3;
}

@media (min-width:1200px)
{
	#news_150  .news_CBR .nli:hover::after{
		width: 100%;
		opacity: 1;
	}
	#news_150  .news_CBR .nli:hover .title{
		color: #4b89ff;
	}
	#news_150  .news_CBR .nli:hover .more{
		color: #4b89ff;
	}
	#news_150 .news_CBL:hover .linas .tit{
		color: #4b89ff;
	} 
	#news_150 .news_CBL:hover{
		box-shadow: 0 0 10px 2px rgba(200, 200, 200,0.6);
		
	}
	#news_150 .news_CBL:hover ._img{
		transform: scale(1.05);
	}
}

@media (max-width:1200px){
	
	
	
}
@media (max-width:750px){
	#news_150{
		padding: 50px 15px;
	}
	#news_150 .news_CB{
		flex-wrap: wrap;
		margin-top: 35px;
	}
	#news_150 .news_CBL{
		width: 100%;
		height: auto;
	}
	#news_150 .news_CBL ._imgs{
		height: auto;
	}
	#news_150 .news_CBR{
		width: 100%;
	}
	#news_150 .news_CBR .nul{
		padding: 0 ;
		box-sizing: border-box;
	}
	#news_150 .news_CBL .linas{
		padding: 10px 10px 15px;
	}
	#news_150 .news_CBL .more{
		line-height: 20px;
	}
	#news_150 .news_CBR .nli{
		border-bottom:#cccccc 1px solid ;
		height: 160px;
	}
	#news_150 .news_CBL .tit{
		font-size: 16px;
		
	}
	#news_150 .news_CBL .des{
		font-size: 14px;
	}
	#news_150 .news_CBR .title{
		font-size: 16px;
		margin-bottom: 8px;
	}
	#news_150 .news_CBR .des{
		font-size: 12px;
	}
	#news_150 .news_CBR .more{
		font-size: 14px;
	}
	#news_150 .news_CBR .time{
		font-size: 14px;
	}
	#news_150 .adv_tit h2{
		font-size: 24px;
		line-height: 30px;
	}
	#news_150 .adv_tit i{
		width: 86px;
	}
	#news_150 .adv_tit span{
		font-size: 44px;
	}
}